ServiceUpdateDelegate Method (Mailbox, DelegateUser, DeliverMeetingRequests) |
Updates delegates on a specific mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic DelegateUserResponse UpdateDelegate(
Mailbox mailbox,
DelegateUser delegateUser,
DeliverMeetingRequests deliverMeetingRequests
)
Public Function UpdateDelegate (
mailbox As Mailbox,
delegateUser As DelegateUser,
deliverMeetingRequests As DeliverMeetingRequests
) As DelegateUserResponse
Parameters
- mailbox
- Type: Independentsoft.ExchangeMailbox
The mailbox to update delegates on. - delegateUser
- Type: Independentsoft.ExchangeDelegateUser
The delegate user to update. - deliverMeetingRequests
- Type: Independentsoft.ExchangeDeliverMeetingRequests
Indicates how meeting requests should be sent to delegates.
Return Value
Type:
DelegateUserResponseA collection of objects that provides the results of the operation.
See Also